home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / sphigs / sph_mac.hqx / SRGP port to 5.0 (compressed) / SRGP_SPHIGS Root / MacSRGP / srgp_input.proto.h < prev    next >
Encoding:
Text File  |  1992-02-13  |  959 b   |  24 lines

  1.  
  2. /* srgp_input.c */
  3. void SRGP__initInputModule(void);
  4. void SRGP_setInputMode(inputDevice, inputMode);
  5. inputDevice SRGP_waitEvent(int);
  6. void SRGP_getLocator(srgp__locator_measure *);
  7. void SRGP_getDeluxeLocator(srgp__deluxe_locator_measure *);
  8. void SRGP_getKeyboard(char *, int);
  9. void SRGP_getDeluxeKeyboard(srgp__deluxe_keyboard_measure *);
  10. void SRGP_setLocatorMeasure(point);
  11. void SRGP_setKeyboardMeasure(char *);
  12. void SRGP_setLocatorEchoType(echoType);
  13. void SRGP_setLocatorEchoCursorShape(int);
  14. void SRGP_setLocatorEchoRubberAnchor(point);
  15. void SRGP_setLocatorButtonMask(int);
  16. void SRGP_setKeyboardProcessingMode(keyboardMode);
  17. void SRGP_setKeyboardEchoColor(int);
  18. void SRGP_setKeyboardEchoOrigin(point);
  19. void SRGP_setKeyboardEchoFont(int);
  20. void SRGP_sampleLocator(srgp__locator_measure *);
  21. void SRGP_sampleDeluxeLocator(srgp__deluxe_locator_measure *);
  22. void SRGP_sampleKeyboard(char *, int);
  23. void SRGP_sampleDeluxeKeyboard(srgp__deluxe_keyboard_measure *);
  24.